go/printer.printer.flush (method)

6 uses

	go/printer (current package)
		nodes.go#L78: 		p.flush(p.posFor(g.List[0].Pos()), token.ILLEGAL)
		nodes.go#L596: 			p.flush(p.posFor(rbrace), token.RBRACE) // make sure we don't lose the last line comment
		nodes.go#L637: 			p.flush(p.posFor(rbrace), token.RBRACE) // make sure we don't lose the last line comment
		printer.go#L1001: 		wroteNewline, droppedFF := p.flush(next, p.lastTok)
		printer.go#L1037: func (p *printer) flush(next token.Position, tok token.Token) (wroteNewline, droppedFF bool) {
		printer.go#L1369: 	p.flush(token.Position{Offset: infinity, Line: infinity}, token.EOF)